-
141 list
1) список || вести [составлять] список2) перечень; перечисление3) таблица•- access control list- access list
- accession list
- actual parameter list
- adjacency list
- A-list
- argument list
- array list
- assignment list
- association list
- attribute list
- attribute-value list
- available list
- available storage list
- backward-linked list
- bidirectional list
- both way list
- capability list
- chained list
- circular list
- command list
- connectivity list
- constant list
- control list
- cross reference list
- data list
- dense list
- description list
- distribution list
- double-linked list
- drive list
- empty list
- error check list
- error list
- export list
- fan-in list
- fan-out list
- FIFO list
- first item list
- first-in, first-out list - free-storage list
- goal list
- identifier list
- input-output list
- intermediate list
- inverted list
- LAMBDA list
- last-in, last-out list
- LIFO list
- linked list
- list of choices
- list of modifications
- list of pairs
- loose list
- mailing list
- media defect list
- memory-map list
- net list
- null list
- one-of-a-kind list
- one-way list
- ordered list
- orthogonal list
- parallel list
- parameter list
- pick list
- polling list
- punch-down list
- push-down list
- push-up list
- queueing list
- ranked list
- ready list
- scrollable list
- singly linked list
- space list
- stack-history list
- subscript list
- superdense list
- switch list
- threaded list
- truncate list
- two-way list
- type list
- uncommitted storage list
- unidirectional list
- value list
- waiting list
- wait list
- wiring listEnglish-Russian dictionary of computer science and programming > list
См. также в других словарях:
Memory segmentation — is the division of computer memory into segments or sections. Segments or sections are also used in object files of compiled programs when they are linked together into a program image, or the image is loaded into memory. In a computer system… … Wikipedia
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Memory ordering — is a group of properties of the modern microprocessors, characterising their possibilities in memory operations reordering. It is a type of out of order execution. Memory reordering can be used to fully utilize different cache and memory banks.… … Wikipedia
Memory Prime — … Wikipedia
Memory protection — is a way to control memory access rights on a computer, and is a part of most modern operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug… … Wikipedia
Memory pool — Memory pools, also called fixed size blocks allocation, allow dynamic memory allocation comparable to malloc or C++ s operator new. As those implementations suffer from fragmentation because of variable block sizes, it can be impossible to use… … Wikipedia
Memory — Mem o*ry, n.; pl. {Memories}. [OE. memorie, OF. memoire, memorie, F. m[ e]moire, L. memoria, fr. memor mindful; cf. mora delay. Cf. {Demur}, {Martyr}, {Memoir}, {Remember}.] [1913 Webster] 1. The faculty of the mind by which it retains the… … The Collaborative International Dictionary of English
Memory Stream — Cette page a été supprimée. Le journal des suppressions et des déplacements est affiché ci dessous pour référence. 10 octobre 2009 à 00:00 Chaoborus (discuter | contributions) a supprimé « Memory Stream » (Critères d'admissibilité non… … Wikipédia en Français
Memory Alpha — Información general URL www.memory alpha.org Comercial Sí Tipo de sitio Wiki … Wikipedia Español
Memory Lane (Denton, Maryland) — Memory Lane U.S. National Register of Historic Places … Wikipedia
Memory leak — A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. In object oriented programming, a memory leak happens when an object is… … Wikipedia